home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Delphi 5 Companion Tools CD / FreeWare / EPHINTS / EPHINTS.ZIP / HintMain.dfm < prev    next >
Encoding:
Text File  |  1999-08-12  |  2.4 KB  |  123 lines

  1. object Form1: TForm1
  2.   Left = 247
  3.   Top = 152
  4.   Width = 304
  5.   Height = 280
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 151
  22.     Height = 13
  23.     Hint = 'EPHints - Customized hints for Delphi 5'
  24.     Caption = 'Put the mouse pointer over here'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 101
  28.     Top = 78
  29.     Width = 32
  30.     Height = 13
  31.     Caption = 'Label2'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 101
  35.     Top = 110
  36.     Width = 32
  37.     Height = 13
  38.     Caption = 'Label3'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 101
  42.     Top = 142
  43.     Width = 32
  44.     Height = 13
  45.     Caption = 'Label4'
  46.   end
  47.   object Button1: TButton
  48.     Left = 8
  49.     Top = 40
  50.     Width = 97
  51.     Height = 25
  52.     Caption = 'EPHints Disabled'
  53.     TabOrder = 0
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 8
  58.     Top = 72
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Hint Color'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     TabOrder = 1
  69.     OnClick = Button2Click
  70.   end
  71.   object Button3: TButton
  72.     Tag = 1
  73.     Left = 8
  74.     Top = 104
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'Border Color'
  78.     TabOrder = 2
  79.     OnClick = Button2Click
  80.   end
  81.   object Button4: TButton
  82.     Tag = 2
  83.     Left = 8
  84.     Top = 136
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'Text Color'
  88.     TabOrder = 3
  89.     OnClick = Button2Click
  90.   end
  91.   object Button5: TButton
  92.     Left = 8
  93.     Top = 168
  94.     Width = 129
  95.     Height = 25
  96.     Caption = 'Use Default Hint Colors'
  97.     TabOrder = 4
  98.     OnClick = Button5Click
  99.   end
  100.   object Button6: TButton
  101.     Left = 8
  102.     Top = 208
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'Show Form2'
  106.     TabOrder = 5
  107.     OnClick = Button6Click
  108.   end
  109.   object EPHints1: TEPHints
  110.     Enabled = False
  111.     HintColor = clYellow
  112.     HintBorderColor = clRed
  113.     HintTextColor = clBlue
  114.     HintType = ephtNormal
  115.     DefaultColors = False
  116.     HideTimeOut = 3500
  117.     MaxWidth = 300
  118.     HintScope = ephsThisForm
  119.     Left = 248
  120.     Top = 24
  121.   end
  122. end
  123.